crypto/internal/fips140/ecdsa.Curve.nMinus2 (field)
3 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L59: nMinus2 []byte
ecdsa.go#L80: c.nMinus2 = bigmod.NewNat().ExpandFor(c.N).Sub(two, c.N).Bytes(c.N)
ecdsa.go#L398: kInv.Exp(k, c.nMinus2, c.N)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |